home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / mg / src.lzh / amiga / README.LATTICE < prev    next >
Text File  |  1990-05-23  |  714b  |  15 lines

  1. To build a version of the compiler with rexx support, you need to copy
  2. /amiga/storage.h into include:rexx. You should do these even if you
  3. already hve Rexx installed, as this version has the libcall pragmas
  4. for rexxlib in itt. If you are running a version of Rexx earler than
  5. 1.10, you might want to just copy the pragmas and prototypes into your
  6. version.
  7.  
  8. You also need to create a config file with rexx either disabled, or
  9. set to the filename of rexxvars.o, available with ARexx 1.10 or later.
  10.  
  11. Finally, note that you have to have Lattice 5.02 or later. With the
  12. stock 5.05 version of the compiler, the only warnings during compile
  13. time should be "dead assignment eliminated" and "missing elipsis" from
  14. fcntl.h.
  15.